home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / castr50.zip / _SETUP.1 / NFL Forecaster.exe / 0 / RCDATA / TZEROMAINDATADLG / TZEROMAINDATADLG.txt
Text File  |  1997-07-15  |  3KB  |  154 lines

  1. object ZeroMainDataDlg: TZeroMainDataDlg
  2.   Left = 246
  3.   Top = 111
  4.   HelpContext = 380
  5.   ActiveControl = InputFileEdit
  6.   BorderStyle = bsDialog
  7.   Caption = ' NFL Forecaster: Zero Main Data'
  8.   ClientHeight = 310
  9.   ClientWidth = 386
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 362
  22.     Height = 49
  23.     Shape = bsFrame
  24.   end
  25.   object WarningLabel: TLabel
  26.     Left = 21
  27.     Top = 20
  28.     Width = 244
  29.     Height = 33
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'WARNING! YOU NEED TO USE THIS FUNCTION ONLY ONCE A YEAR.'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -12
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = [fsBold]
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object Bevel2: TBevel
  42.     Left = 12
  43.     Top = 73
  44.     Width = 362
  45.     Height = 224
  46.     Shape = bsFrame
  47.   end
  48.   object InputFileLabel: TLabel
  49.     Left = 24
  50.     Top = 93
  51.     Width = 59
  52.     Height = 13
  53.     AutoSize = False
  54.     Caption = '&File Name:'
  55.     FocusControl = InputFileEdit
  56.   end
  57.   object InfoLabel: TLabel
  58.     Left = 46
  59.     Top = 125
  60.     Width = 293
  61.     Height = 36
  62.     AutoSize = False
  63.     Caption = 
  64.       'Usually, you KEEP the rankings and the input file is the last we' +
  65.       'ekly archive file of the season (for example, WEEK-17.96).'
  66.     WordWrap = True
  67.   end
  68.   object KeepLabel: TLabel
  69.     Left = 24
  70.     Top = 171
  71.     Width = 256
  72.     Height = 40
  73.     AutoSize = False
  74.     Caption = 
  75.       'KEEP sets Pts+, Pts-, Avg+, Avg-, %, Win, Loss and Tie to zero, ' +
  76.       'but keeps the Total, Off and Def rankings.'
  77.     WordWrap = True
  78.   end
  79.   object AverageLabel: TLabel
  80.     Left = 24
  81.     Top = 215
  82.     Width = 248
  83.     Height = 41
  84.     AutoSize = False
  85.     Caption = 
  86.       'AVERAGE does what Keep does and gives every team equal, average ' +
  87.       'Total, Off and Def rankings.'
  88.     WordWrap = True
  89.   end
  90.   object CancelBtn: TButton
  91.     Left = 290
  92.     Top = 260
  93.     Width = 65
  94.     Height = 24
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 5
  99.   end
  100.   object HelpBtn: TButton
  101.     Left = 290
  102.     Top = 20
  103.     Width = 65
  104.     Height = 25
  105.     Caption = '&Help'
  106.     TabOrder = 0
  107.     OnClick = HelpBtnClick
  108.   end
  109.   object InputFileEdit: TEdit
  110.     Left = 90
  111.     Top = 91
  112.     Width = 190
  113.     Height = 21
  114.     Ctl3D = True
  115.     ParentCtl3D = False
  116.     TabOrder = 1
  117.     Text = 'C:\NFL FORECASTER\WEEK-17.96'
  118.   end
  119.   object BrowseBtn: TButton
  120.     Left = 290
  121.     Top = 89
  122.     Width = 65
  123.     Height = 25
  124.     Caption = '&Browse'
  125.     TabOrder = 2
  126.     OnClick = BrowseBtnClick
  127.   end
  128.   object KeepBtn: TButton
  129.     Left = 290
  130.     Top = 171
  131.     Width = 65
  132.     Height = 25
  133.     Caption = '&Keep'
  134.     TabOrder = 3
  135.     OnClick = KeepOrAvgClick
  136.   end
  137.   object AverageBtn: TButton
  138.     Left = 290
  139.     Top = 215
  140.     Width = 65
  141.     Height = 26
  142.     Caption = '&Average'
  143.     TabOrder = 4
  144.     OnClick = KeepOrAvgClick
  145.   end
  146.   object OpenDlg: TOpenDialog
  147.     Filter = 'Archive Files|week*.*|Any File|*.*'
  148.     Options = [ofPathMustExist, ofFileMustExist]
  149.     Title = ' NFL Forecaster: Zero Main Data'
  150.     Left = 39
  151.     Top = 264
  152.   end
  153. end
  154.